home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 5 #8 / IMG 51 Vol 5-8.iso / Goodies / More For Your Games / MacMAME / Documentation / MAME What's New / MAME What's New.rsrc / TEXT_156.txt < prev    next >
Text File  |  1997-10-20  |  1KB  |  27 lines

  1. 0.5
  2.  
  3. Program:
  4. - Fixed some problems in the Wizard of Wor driver, but it is still far from
  5.   complete.
  6.  
  7. - Support for:
  8.   Donkey Kong Jr. (wrong colors, no sound)
  9.   Galaxians and the plethora of clones (correct colors, limited sound)
  10.   Pisces (correct colors, limited sound)
  11.   "Japanese Irem game". I believe the colors are correct, but since I've
  12.     never seen the original game I can't know for sure.
  13.   War of the Bugs (wrong colors, limited sound)
  14.   Moon Cresta (wrong colors, limited sound)
  15.   The End (wrong colors, no sound)
  16.  
  17. - By popular demand, reverted to the old AY-3-8910 emulation code.
  18.  
  19. Source:
  20. - Changed readroms() to allow scatter loading of a single ROM. This was needed
  21.   for Donkey Kong Jr. Now the end of the RomModule array is marked by a size==0,
  22.   while name==0 means "continue loading the previous ROM at this address".
  23.  
  24. - Some bug fixes and changes to reduce porting problems (thanks to Brad Oliver)
  25.  
  26. - New function copybitmap() in common.c. Limited for now, will change in the
  27.   future.